home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue27 / tiptrix / Dbrestr / MainU.dfm / MainU.txt
Encoding:
Text File  |  1997-05-03  |  1.7 KB  |  92 lines

  1. object MainF: TMainF
  2.   Left = 154
  3.   Top = 125
  4.   AutoScroll = False
  5.   Caption = 'DBRTest'
  6.   ClientHeight = 269
  7.   ClientWidth = 424
  8.   Font.Color = clBlack
  9.   Font.Height = -12
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 15
  16.   object SpeedPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 424
  20.     Height = 30
  21.     Align = alTop
  22.     ParentShowHint = False
  23.     ShowHint = True
  24.     TabOrder = 0
  25.     object Button1: TButton
  26.       Left = 14
  27.       Top = 4
  28.       Width = 114
  29.       Height = 22
  30.       Caption = 'Restructure'
  31.       TabOrder = 0
  32.       OnClick = Button1Click
  33.     end
  34.     object Button2: TButton
  35.       Left = 169
  36.       Top = 4
  37.       Width = 67
  38.       Height = 22
  39.       Caption = 'Exit'
  40.       TabOrder = 1
  41.       OnClick = Button2Click
  42.     end
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 0
  46.     Top = 30
  47.     Width = 424
  48.     Height = 36
  49.     Align = alTop
  50.     TabOrder = 1
  51.     object DBNavigator1: TDBNavigator
  52.       Left = 35
  53.       Top = 10
  54.       Width = 193
  55.       Height = 22
  56.       DataSource = DataSource1
  57.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
  58.       TabOrder = 0
  59.     end
  60.   end
  61.   object Panel2: TPanel
  62.     Left = 0
  63.     Top = 66
  64.     Width = 424
  65.     Height = 203
  66.     Align = alClient
  67.     TabOrder = 2
  68.     object DBGrid1: TDBGrid
  69.       Left = 1
  70.       Top = 1
  71.       Width = 422
  72.       Height = 201
  73.       Align = alClient
  74.       DataSource = DataSource1
  75.       TabOrder = 0
  76.       TitleFont.Color = clBlack
  77.       TitleFont.Height = -12
  78.       TitleFont.Name = 'Arial'
  79.       TitleFont.Style = []
  80.     end
  81.   end
  82.   object Table1: TTable
  83.     Left = 320
  84.     Top = 3
  85.   end
  86.   object DataSource1: TDataSource
  87.     DataSet = Table1
  88.     Left = 360
  89.     Top = 4
  90.   end
  91. end
  92.